You can override the sequance in which your machine boots.
Create the startup script in the /etc/rc3.d directory
touch /etc/rc3.d/s15vmware_client
cd /etc/rc3.d
vi s15vmware_client
#enter this into the body of the script
command that starts the vmware client from the command line (with arguments - optional)
:wq