Code:
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "C:\Windows\system32\calc.exe"
WshShell.Run "C:\Windows\system32\notepad.exe"
Put that in a .vbs file and run it, and it'll start Calculator and Notepad.