Hi,
I'm assuming that your Cisco ASA firewall outside interface has been configured with WAN IP and default gateway in range 182.71.x.x/30? if so, you just need to make sure that the ISP is routing the LAN IP address range 182.72.z.z/29 to your ASA outside interface and then you can create static NAT entries as normal. There is no need to assign an IP address from the LAN range to any ASA interface.
Example static NAT config
object network obj-192.168.0.10
host 192.168.0.10
object network obj-182.72.1.1
host 182.72.1.1
!
nat (inside,outside) source static obj-192.168.0.10 obj-182.72.1.1