virtual wire multiple values

A char array, large enough to hold what you are sending, and sprintf() will use far fewer resources on the sender.

On the receiver, you can use strtok() to extract the two values from the string, and atoi() to convert them to numbers, if you want to.