If I'm understanding you correctly, you could tag the user profile that is generating a ticket so that any time that they reach out a tag is then applied to that ticket. You can then create a view that shows all tickets that contain that tag and edit your other view to filter out tickets that contain that tag. I'd recommend taking a look at this article for some additional guidance: Automatically tagging tickets from specific users and organizations
It sounds like you want to a view based on "received at". That's something you can set up in your views directly. You can add a condition like this, and select the right email from the dropdown on the right:
If I'm understanding you correctly, you could tag the user profile that is generating a ticket so that any time that they reach out a tag is then applied to that ticket. You can then create a view that shows all tickets that contain that tag and edit your other view to filter out tickets that contain that tag. I'd recommend taking a look at this article for some additional guidance: Automatically tagging tickets from specific users and organizations
I hope this helps!