You can’t restrict specific instance of dynamic page for specific users.
However, you can hide the page elements (and redirect the user to another page), and show the elements only to specific user (use wix-users for that).
If that’s not enough for you (because you don’t want the data to be retrieve to the front end at all), you can use a router page instead of a dynamic page and set the rules in backend/routers.js .