Well, most of the code is shared, so you could proceed as if you where installing the advanced mod over your current files, you'll just find many pieces of code already in place.
Then you'd need to overwrite the phpbb_seo/phpbb_seo_class.php (making sure you re implement your eventual custom settings) file and generate a new .htaccess and voilà.
Additionally you'd need to take care about the required redirection between the two mods urls.
To do so, you'd need to install / activate the
zero duplicate mod if not already done (or change to the advanced version), and keep the rewriterules from you mixed mod .htaccess that differs from your mixed ones at the bottom of your advanced .htaccess (in most cases for what you are doing only the mixed mode topic rewriterules).
Post here both your .htaccess if you want to make sure, testing is very easy, loading a mixed topic url should lead to an advanced one.
++