Yes and no: not by only using containers.
Though, why not add another virtual interface to your host interface and assign it the ip you want? Publised ports will always listen on all interfaces…
The other alternative is to use macvlan, which allows to hook a macvlan client interface in your lan. Though you container will only bound to this ip.