Using DHCP to Configure a Point-to-point (/32 Netmask) Link

Is there any way to use DHCP to configure a point-to-point link to a MikroTik router acting as a DHCP client?

Specifically, is it possible to use DHCP to effect the following:

ip address add address=20.1.1.1/32 interface=ether1 network=40.2.2.254

where ether1 is the interface on which the DHCP client (i.e. router) is listening?