with that 2 rules you are allowing PPTP (port 1723) and GRE (47) protocol into the router, additional config must be configure (pptp server or pptp clinet…)
In the IP->firewall->NAT settings you have to set up a dstnat rule for protocol TCP port 1723, active on your WAN port, having as action dst-nat with the IP of your PPtP server.
In your IP->firewall->filter rules you have to set up a forward rule allowing forward of protocol 47 (gre) with action accept. I use 2 such rules, one for inbound and one for outbound traffic (by specifying the needed input interfaces).
Check that pptp service port is enabled in IP->firewall->service ports.
I think it is necessary that you have an masquerading srcnat rule on your wan interface.
Please note that this is the setup i use to access a PPtP server behind my mikrotik router (on another machine), not the settings needed to run the PPtP server on the router. If you want to run the sevice on the router, the setup is different.