How to add 2 nic to container with host networking?

I have Homeassistant running in a container (on Docker Ubuntu). It uses Host Networking.
Now I have added a second NIC to the host, connected to a different VLAN. How do I make this new VLAN available to the docker container?

When creating a Docker Network and try to connect to the container I get errors regarding namespace cannot be shared with host…