Shut down the VMware host. Locate the VMX file associated with it. Edit the file and locate the Ethernet section. Add a new entry for each Ethernet you want to be in promiscuous mode:

ethernet%d.noPromisc = "FALSE"
(replace %d with the Ethernet number)

Start the machine and the interface will now operate in promiscuous mode.

which cautions that its advice should be used at your own risk.