How to run two instances of Docker, one with Windows containers and the other with Linux containers?

I need to run images which exist only on each type of container, more specifically, Cosmos DB Emulator (on Windows container) and Redis (on Linux container).

Is it possible right now?

P.S.: The host OS is Windows 10.