I thought of making a data class that represents the navigation state, when I click on my button, I update the class by specifying that my next focus is the item in the list.
I can then in compose use this state with the FocusRequester. This would work, but I'm going to have so many possibilities that I'm thinking there must be a simpler solution