I have 2 VB exe files and I was wondering is it possible to shell to another exe and pass the contents of a variable.

e.g.

Program1.exe
text1.text = "Test"

Program2.exe
text1.text = program1(text1.text)

I know the example sux but it gives you an idea of what I am trying to do..

Mega.