How to bind external ethernet network and internal vEthernet(DockerNAT)?

I am using docker on Windows 10. As you know, when the docker for windows is installed, vEthernet(DockerNAT) network is automatically generated. So i have 2 network interface on windows 10 as below,

Ethernet0 :
IP Address : 192.168.200.51
Subnet Mask : 255.255.255.0
Default Gateway : 192.168.200.2

vEthernet (DockerNAT)
IP Adddress : 10.0.75.1
Subnet Mask : 255.255.255.0

I try to bind 2 ethernet network interfaces with hyper-v manager. But my attempt always failed. This is my hyper-v manager reference site. Ethernet external networks and dockerNAT are not interacted with each other and so, docker container can not read the middleware configuration on Windows 10 but connected only. Pls, inform me how to bind the external network (Ethernet0) and internal network, vEthernet (dockerNAT)
Your any advice will be deeply appreciated. Best regards