Yes! You can absolutely use Replo in addition to other page builder tools. Replo's code only runs on Replo generated content (like pages, blog posts, etc.) That means it won't be any impact on other assets on your shop.
Replo Docs
Search
<% if (previousArticle) { %>
<% } %>
<% if (allItems.length > 1) { %>
<% if (previousTitle) { %>
<% } %>
<% if (nextArticle) { %>
<%= previousTitle %>
<% } %> <%= previousArticle.title %>
<% if (nextTitle) { %>
<% } %>