A field property is accessed like an object property:
$node->field_formatted_text->processed As a side note, use this only for cases like this which are outside of the page render context. The preferable way is to render the text field in a render array to preserve attached metadata. See How to safely render node body on a custom variable?