Short answer: No.
Slightly longer answer: Although cross-compiling is a thing it's seriously not worth spending time on for this. Even if you could get it working without problems (unlikely) you would have no way to debug and you would also be precluded from using the Visual Studio compiler (should you wish to). Don't waste time going that route. So realistically, still no.
If you want to create Windows executables you have three realistic options:
1) buy a second machine running Windows and do your builds there.
2) buy a copy of Windows and install it in a virtual machine and do your builds there.
3) buy a copy of Windows and install it as a dual-boot option on your Mac.