Does it have to be 2 applications? if not 2 Forms in the same application would solve your problem.
However, if you can not, I would suggest looking into the My.Computer.Clipboard class to store the data in the clipboard, and then on F8 in the other application can read it.