You can't have two different PHP modules running at the same time.
The way to do this is install one as a DLL module, and the other as a CGI binary. In my home environment, I use PHP4 much more than I use PHP5, and as such I want PHP4 to be more stable/useful. This is why I chose to install PHP4 as the DLL module and PHP5 as the CGI binary.