OK, since we've discussed in the comments what it is you are really trying to do. I will answer the question.
First, your original question: "How do you run a 32-bit vmware host on 64-bit windows?"
From looking at the VMware site and documentation, there is no indication that this is possible. If you really need to do this, run it on a 32-bit version of windows.
Now on to what you are actually trying to do: You have indicated that you have tools written which are used for controlling the VMware processes. The proper API to do this is the VIX API or using the vmrun application (the later is more for scripting from a shell). I am assuming VIX. If you are using this. I imagine that ensuring you have the latest copy of the SDK and recompiling your apps should allow them to work with the 64-bit version of VMware.
EDIT: going to the VIX SDK download page shows "VIX API for Window 32-bit and 64-bit". This indicates that if you use that version of the SDK, you should be good to go with a 64-bit VMWare.