O.K. I just played around with it. In Solution Explorer make sure you have selected Any CPU as target. Then I put, just for testing, this line on top of form1.load:
Private oskProcess As Process
and just called in form load:
Process.Start("osk.exe")
which worked fine when running the exe.