Docker container try to access DataBase in VPN

I have an application in Docker container.
And i try to access external Database in VPN by this application (This database is not on docker). but its not allowed to connect.
I use docker compose

I think the issue here is the VPN

Any suggestion,

Note: Docker Run in windows.

Thanks.

Having the same issue connecting from a container to a database on a secure network. Did you find a solution?