How can we Stop Browser exection till the element is Enabled/interactable or Element to be clickable?

In this Scenario, First we will click on a link so that we will navigate to new page/screen while the new page is loading we will get a link if we Click on that link it will navigate to previous page or else It will load a new page. The link will be present on the screen less than 2 seconds. When Iam trying to Use wait or Simple click facing an error that Element Not interactable. Can anyone help me with this.

Or any Other Solution for this?