You can directly invoke the 32-bit version of PowerShell by calling it through the WOW64 path:
%SystemRoot%\syswow64\WindowsPowerShell\v1.0\powershell.exe
Using the -File command line argument, you can pass the name of the script you would like to run.
source
share