Try this
Code:
Imports System.Diagnostics
Public Module modmain
   Sub Main()
      Dim NewProcess as Process = new Process
      NewProcess.Start("C:\MyApplication.exe")
   End Sub
End Module
And call this module in button click event