$page->nextInvisible()

Returns the next invisible sibling

Example

<?php if($next = $page->nextInvisible()): ?>
<a href="<?php echo $next->url() ?>">next invisible page</a>
<?php endif ?>