SSH tunnel and port redirect

Hi all, I need help… I have Mikrotik CAP AC as router (nice HW for low price). I have one computer that’s connected behind the router (local PC - PC1). From this local PC I need aviable RDP port over SSH tunnel on remote PC (PC2). It is working. I also need to see one port from remote PC to local PC (for example web server on remote PC I want see on local PC - over SSH tunnel of course). How to set up a router to do this? Is it possible?

I use the SSH server inside the router.
I create SSH tunnel using Putty on PC2.

Thank you.
SSH.png

It’s remote forwarding described in manual: https://wiki.mikrotik.com/wiki/Manual:IP/SSH

In PuTTY it’s in Connection->SSH->Tunnels. Enable Remote ports do the same (SSH-2 only), add Source port 80, Destination 127.0.0.1:80 and select type Remote. It won’t work if the remote port is already used by something else (WebFig uses port 80 by default). So you can either move that, or you can use another listening port for ssh tunnel and dstnat to forward requests to it.